<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
 
	 .container {
    width: 1328px;margin:0 auto;
}
	 .col-md-4 {
    width: 410px;float: left;position: relative;
    min-height: 1px;
     
    margin-left: 30px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.info
{height:500px;}

.info {
    background-color: #f6f6f6;
    padding-top: 45px;
    padding-bottom: 20px; margin-bottom:20px;
}
.panel {
    box-shadow: none;
    background-color: transparent;
}
.panel-heading {
    border-bottom:1px solid #dddddd;
    padding: 0;
    color: #999999;
}
.tab {
    float: left;vertical-align: baseline;
}
.tab-item {
    display: inline-block;
    padding: 0 12px;
    font-size: 20px;
    line-height: 54px;
    cursor: pointer;  
    font-family: 'Microsoft YaHei','微软雅黑',STXihei;
 
}
.tab-item.on {
    border-bottom:4px solid #00a2af;
    color: #333333;
}
.more {
    float: right;
    line-height: 54px;
}
.more a {
    color: #999999;
    display: none;
}
.more a.active {
    display: inline;
}
.panel-body {
    padding:0;
    margin-top: 38px;
    margin-bottom: 12px;
}
.illustration {
    margin-bottom: 25px;
}
.list {
    display: none;
}
.list.on {
    display: block;
}
.list li {
    padding-left: 15px;
    position: relative;
    line-height: 36px;
    height: 36px;
}
.list li a {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left; color:#333333
}
.list li a:hover {
    color: #ff0000;
}
.list li .date {
    width: 30%;
    text-align: right;
    color: #c9c9c9;
    float: right;
}
.list li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #c9c9c9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 3px;
}
.more {
    float: right;
    font-size: 14px;
   
    line-height: 48px;
}

.more {
    float: right;
    line-height: 54px;
}
.more a{
	font-family: 'Microsoft YaHei','微软雅黑',STXihei;
}


.clear:after {
    content: "";
    display: block;
    clear: both;
}</pre></body></html>